home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Sarrus / SBook.app / English.lproj / SplashPanel.nib / data.classes next >
Text File  |  1994-12-14  |  1KB  |  91 lines

  1. AbstractAppController = {
  2.     ACTIONS = {
  3.     saveAll:;
  4.     autosave:;
  5.     appDidInit:;
  6.     open:;
  7.     };
  8.     OUTLETS = {
  9.     shouldExposeList;
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. FirstResponder = {
  14.     ACTIONS = {
  15.     };
  16.     SUPERCLASS = Object;
  17. };
  18. SplashPanel = {
  19.     ACTIONS = {
  20.     cancel:;
  21.     ok:;
  22.     };
  23.     OUTLETS = {
  24.     };
  25.     SUPERCLASS = Panel;
  26. };
  27. SBookController = {
  28.     ACTIONS = {
  29.     import:;
  30.     showPrefs:;
  31.     newEnvelopeWindow:;
  32.     dismissSplash:;
  33.     newLogWindow:;
  34.     sendQuickFax:;
  35.     bugsAndSuggestions:;
  36.     newList:;
  37.     deleteName:;
  38.     showInfo:;
  39.     showInspector:;
  40.     };
  41.     OUTLETS = {
  42.     findMenuCell;
  43.     printText;
  44.     emailer;
  45.     suggestionPanel;
  46.     fileMenuCell;
  47.     splashPanel;
  48.     fontMenuCell;
  49.     importer;
  50.     saveAllCell;
  51.     infoPanel;
  52.     legalPanel;
  53.     dialer;
  54.     revertEntryCell;
  55.     entryMenuCell;
  56.     every;
  57.     pasteMenuCell;
  58.     exporter;
  59.     toolsMenuCell;
  60.     prefController;
  61.     findByRangeMenuCell;
  62.     bulkEmailer;
  63.     enveloper;
  64.     quickFax;
  65.     newEntryMenuCell;
  66.     slistController;
  67.     inspector;
  68.     editMenuCell;
  69.     mailingLabels;
  70.     cutMenuCell;
  71.     licenseController;
  72.     protector;
  73.     addressBook;
  74.     textMenuCell;
  75.     infoVersionCell;
  76.     newLogger;
  77.     unlockModemCell;
  78.     selectAllMenuCell;
  79.     lockEntryCell;
  80.     reportsMenuCell;
  81.     ranger;
  82.     iconsMenuCell;
  83.     checkSpellingMenuCell;
  84.     registrationPanel;
  85.     deleteEntryCell;
  86.     copyMenuCell;
  87.     spellingMenuCell;
  88.     };
  89.     SUPERCLASS = AbstractAppController;
  90. };
  91.